Create a program in which the sprite will ask some questions to the user. Then the sprite stores all the answers by using variables and creates a story with them.
Teachers should teach how to create Variables with examples. For now teacher should only create variables for “all sprites” or Global variables. No need to mention this. Sprite variables will be covered in a later lesson.
Teachers should teach how to initialize the value and then change the value of Variables.
Recall the lesson on RAM from last year. Mention that these variables are stored in the RAM. How these are there only as long as the program is running. This is a perfect example of temporary or volatile storage. Note also that the running program itself is also there in the RAM.